@charset "UTF-8";

.mTop-24 {
  margin-top: 24px; }

.mTop-28 {
  margin-top: 28px; }

.mTop-40 {
  margin-top: 40px; }

/*text colors - Start*/
.txt-red:hover, .txt-red:focus, a:hover, a:focus, a.pressed:hover, a.pressed:focus {
    color: #ee1818; }

.btn {
  font-size: 16px;
  /*font-size: 1.6rem;*/
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  padding: 8px 12px;
  font-weight: 500;
  min-width: 144px;
  height: 40px;
  text-decoration: none; }

  .btn.btn-primary {
    color: #ffffff;
    background-color: #F01714;
    border: 1px solid #ee1818; }
    .btn.btn-primary:hover {
      background-color: #ee1818;
      border-color: #ee1818;
      border-bottom-color: #ee1818; }

  .btn.btn-secondary {
    color: #F01714;
    background-color: transparent;
    border: 1px solid #F01714; }
    .btn.btn-secondary:hover {
      background-color: #ee1818;
      color: #ffffff; }



/*Box displays - End*/
/*form login - Start*/
/*form login - End*/


.form-row {
	clear: both;
	margin-bottom: -5px;
	margin-right: -8px;
	margin-left: 0px;
}

.form-row label {
	text-align: right;
	margin-top: 11px;
	display: block;
}




